3.2.54 \(\int (b \cos (c+d x))^{4/3} (A+C \cos ^2(c+d x)) \, dx\) [154]

Optimal. Leaf size=95 \[ \frac {3 C (b \cos (c+d x))^{7/3} \sin (c+d x)}{10 b d}-\frac {3 (10 A+7 C) (b \cos (c+d x))^{7/3} \, _2F_1\left (\frac {1}{2},\frac {7}{6};\frac {13}{6};\cos ^2(c+d x)\right ) \sin (c+d x)}{70 b d \sqrt {\sin ^2(c+d x)}} \]

[Out]

3/10*C*(b*cos(d*x+c))^(7/3)*sin(d*x+c)/b/d-3/70*(10*A+7*C)*(b*cos(d*x+c))^(7/3)*hypergeom([1/2, 7/6],[13/6],co
s(d*x+c)^2)*sin(d*x+c)/b/d/(sin(d*x+c)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 95, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.080, Rules used = {3093, 2722} \begin {gather*} \frac {3 C \sin (c+d x) (b \cos (c+d x))^{7/3}}{10 b d}-\frac {3 (10 A+7 C) \sin (c+d x) (b \cos (c+d x))^{7/3} \, _2F_1\left (\frac {1}{2},\frac {7}{6};\frac {13}{6};\cos ^2(c+d x)\right )}{70 b d \sqrt {\sin ^2(c+d x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(b*Cos[c + d*x])^(4/3)*(A + C*Cos[c + d*x]^2),x]

[Out]

(3*C*(b*Cos[c + d*x])^(7/3)*Sin[c + d*x])/(10*b*d) - (3*(10*A + 7*C)*(b*Cos[c + d*x])^(7/3)*Hypergeometric2F1[
1/2, 7/6, 13/6, Cos[c + d*x]^2]*Sin[c + d*x])/(70*b*d*Sqrt[Sin[c + d*x]^2])

Rule 2722

Int[((b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[Cos[c + d*x]*((b*Sin[c + d*x])^(n + 1)/(b*d*(n + 1
)*Sqrt[Cos[c + d*x]^2]))*Hypergeometric2F1[1/2, (n + 1)/2, (n + 3)/2, Sin[c + d*x]^2], x] /; FreeQ[{b, c, d, n
}, x] &&  !IntegerQ[2*n]

Rule 3093

Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((A_) + (C_.)*sin[(e_.) + (f_.)*(x_)]^2), x_Symbol] :> Simp[(-C)*Cos
[e + f*x]*((b*Sin[e + f*x])^(m + 1)/(b*f*(m + 2))), x] + Dist[(A*(m + 2) + C*(m + 1))/(m + 2), Int[(b*Sin[e +
f*x])^m, x], x] /; FreeQ[{b, e, f, A, C, m}, x] &&  !LtQ[m, -1]

Rubi steps

\begin {align*} \int (b \cos (c+d x))^{4/3} \left (A+C \cos ^2(c+d x)\right ) \, dx &=\frac {3 C (b \cos (c+d x))^{7/3} \sin (c+d x)}{10 b d}+\frac {1}{10} (10 A+7 C) \int (b \cos (c+d x))^{4/3} \, dx\\ &=\frac {3 C (b \cos (c+d x))^{7/3} \sin (c+d x)}{10 b d}-\frac {3 (10 A+7 C) (b \cos (c+d x))^{7/3} \, _2F_1\left (\frac {1}{2},\frac {7}{6};\frac {13}{6};\cos ^2(c+d x)\right ) \sin (c+d x)}{70 b d \sqrt {\sin ^2(c+d x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.11, size = 88, normalized size = 0.93 \begin {gather*} -\frac {3 (b \cos (c+d x))^{4/3} \cot (c+d x) \left (13 A \, _2F_1\left (\frac {1}{2},\frac {7}{6};\frac {13}{6};\cos ^2(c+d x)\right )+7 C \cos ^2(c+d x) \, _2F_1\left (\frac {1}{2},\frac {13}{6};\frac {19}{6};\cos ^2(c+d x)\right )\right ) \sqrt {\sin ^2(c+d x)}}{91 d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(b*Cos[c + d*x])^(4/3)*(A + C*Cos[c + d*x]^2),x]

[Out]

(-3*(b*Cos[c + d*x])^(4/3)*Cot[c + d*x]*(13*A*Hypergeometric2F1[1/2, 7/6, 13/6, Cos[c + d*x]^2] + 7*C*Cos[c +
d*x]^2*Hypergeometric2F1[1/2, 13/6, 19/6, Cos[c + d*x]^2])*Sqrt[Sin[c + d*x]^2])/(91*d)

________________________________________________________________________________________

Maple [F]
time = 0.25, size = 0, normalized size = 0.00 \[\int \left (b \cos \left (d x +c \right )\right )^{\frac {4}{3}} \left (A +C \left (\cos ^{2}\left (d x +c \right )\right )\right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*cos(d*x+c))^(4/3)*(A+C*cos(d*x+c)^2),x)

[Out]

int((b*cos(d*x+c))^(4/3)*(A+C*cos(d*x+c)^2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cos(d*x+c))^(4/3)*(A+C*cos(d*x+c)^2),x, algorithm="maxima")

[Out]

integrate((C*cos(d*x + c)^2 + A)*(b*cos(d*x + c))^(4/3), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cos(d*x+c))^(4/3)*(A+C*cos(d*x+c)^2),x, algorithm="fricas")

[Out]

integral((C*b*cos(d*x + c)^3 + A*b*cos(d*x + c))*(b*cos(d*x + c))^(1/3), x)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cos(d*x+c))**(4/3)*(A+C*cos(d*x+c)**2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 5989 deep

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cos(d*x+c))^(4/3)*(A+C*cos(d*x+c)^2),x, algorithm="giac")

[Out]

integrate((C*cos(d*x + c)^2 + A)*(b*cos(d*x + c))^(4/3), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \left (C\,{\cos \left (c+d\,x\right )}^2+A\right )\,{\left (b\,\cos \left (c+d\,x\right )\right )}^{4/3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((A + C*cos(c + d*x)^2)*(b*cos(c + d*x))^(4/3),x)

[Out]

int((A + C*cos(c + d*x)^2)*(b*cos(c + d*x))^(4/3), x)

________________________________________________________________________________________